Hover

Moves the mouse pointer to a control and holds it.

This statement is not used when recording scripts, but you can manually add it to scripts to test controls hidden until the mouse hovers over them, such as menus on a web page.

Syntax

Hover()

Supported objects

Browser, Button, Calendar, Cell, CheckBox, ColumnHeader, ComboBox, ContextMenu, Control, DateTimePicker, EditBox, Grid, HTMLElement, HTMLLink, HTMLTable, Image, Item, Label, Link, ListBox, ListView, Menu, NavigationField, PopupMenu, ProgressBar, RadioButton, Row, RowHeader, ScrollBar, Slider, SpinBox, SubItem, Tab, TabBar, ToolBar, Tree, Window

Example

Window("Report a Bug").HTMLElement("HTMLSupportLink").Hover()